Uses of Package
negotiator.tournament.VariablesAndValues

Packages that use negotiator.tournament.VariablesAndValues
negotiator   
negotiator.protocol   
negotiator.protocol.alternatingoffers   
negotiator.protocol.auction   
negotiator.tournament   
negotiator.tournament.VariablesAndValues   
 

Classes in negotiator.tournament.VariablesAndValues used by negotiator
AgentParameterVariable
          ProfileVariable is a variable for a tournament, indicating that the profile is to be manipulated.
AgentParamValue
          This class contains a possible parameter value for a nego session A parameter value is a value that will appear as a start-up argument for the agent, for instance the random-seed value, a tau value or debug options
 

Classes in negotiator.tournament.VariablesAndValues used by negotiator.protocol
AgentParameterVariable
          ProfileVariable is a variable for a tournament, indicating that the profile is to be manipulated.
AgentParamValue
          This class contains a possible parameter value for a nego session A parameter value is a value that will appear as a start-up argument for the agent, for instance the random-seed value, a tau value or debug options
 

Classes in negotiator.tournament.VariablesAndValues used by negotiator.protocol.alternatingoffers
AgentParameterVariable
          ProfileVariable is a variable for a tournament, indicating that the profile is to be manipulated.
AgentParamValue
          This class contains a possible parameter value for a nego session A parameter value is a value that will appear as a start-up argument for the agent, for instance the random-seed value, a tau value or debug options
AssignedParameterVariable
          simple datastructure to couple a parameter to an specific agent.
AssignedParamValue
           
 

Classes in negotiator.tournament.VariablesAndValues used by negotiator.protocol.auction
AgentParameterVariable
          ProfileVariable is a variable for a tournament, indicating that the profile is to be manipulated.
AgentParamValue
          This class contains a possible parameter value for a nego session A parameter value is a value that will appear as a start-up argument for the agent, for instance the random-seed value, a tau value or debug options
 

Classes in negotiator.tournament.VariablesAndValues used by negotiator.tournament
AgentVariable
          AgentVariable indicates the agents used in a tournament.
AssignedParameterVariable
          simple datastructure to couple a parameter to an specific agent.
TournamentVariable
          TournamentVariable is an abstract class, it is either a ProfileVariable, AgentVariable or AgentParameterVariable, and it has a set of values that it can take.
 

Classes in negotiator.tournament.VariablesAndValues used by negotiator.tournament.VariablesAndValues
AgentParameterVariable
          ProfileVariable is a variable for a tournament, indicating that the profile is to be manipulated.
AgentParamValue
          This class contains a possible parameter value for a nego session A parameter value is a value that will appear as a start-up argument for the agent, for instance the random-seed value, a tau value or debug options
TournamentValue
          TournamentValue is a value that a TournamentVariable can take.
TournamentVariable
          TournamentVariable is an abstract class, it is either a ProfileVariable, AgentVariable or AgentParameterVariable, and it has a set of values that it can take.